gtk4.git
18 years agoonly start typeahead search if tree_view has focus (and not one of the
Kristian Rietveld [Mon, 10 Sep 2007 09:24:38 +0000 (09:24 +0000)]
only start typeahead search if tree_view has focus (and not one of the

2007-09-10  Kristian Rietveld  <kris@imendio.com>

* gtk/gtktreeview.c (gtk_tree_view_key_press): only start
typeahead search if tree_view has focus (and not one of the column
buttons).

svn path=/trunk/; revision=18779

18 years agoUpdated German translation.
Hendrik Richter [Mon, 10 Sep 2007 09:19:32 +0000 (09:19 +0000)]
Updated German translation.

2007-09-10  Hendrik Richter  <hendrikr@gnome.org>

* de.po: Updated German translation.

svn path=/trunk/; revision=18778

18 years agoUpdate kn translations
Pramod Raghavendra [Mon, 10 Sep 2007 06:05:09 +0000 (06:05 +0000)]
Update kn translations

svn path=/trunk/; revision=18777

18 years agoRemove update_idle here. Might fix #383003.
Matthias Clasen [Mon, 10 Sep 2007 03:16:13 +0000 (03:16 +0000)]
Remove update_idle here. Might fix #383003.

2007-09-09  Matthias Clasen  <mclasen@redhat.com>

        * gtk/gtkdnd.c (gtk_drag_source_info_destroy): Remove
        update_idle here. Might fix #383003.

svn path=/trunk/; revision=18776

18 years agoAdd a bounding box test that will avoid getting the individual cell boxes
Matthias Clasen [Mon, 10 Sep 2007 00:43:58 +0000 (00:43 +0000)]
Add a bounding box test that will avoid getting the individual cell boxes

2007-09-09  Matthias Clasen  <mclasen@redhat.com>

        * gtk/gtkiconview.c (gtk_icon_view_item_hit_test): Add a
        bounding box test that will avoid getting the individual cell
        boxes if they haven't been calculated yet.  (#404541)

svn path=/trunk/; revision=18775

18 years agofix the build
Matthias Clasen [Sun, 9 Sep 2007 23:54:17 +0000 (23:54 +0000)]
fix the build

svn path=/trunk/; revision=18774

18 years agoUpdate the documentation to mark the optional constructors parameters. The
Matthias Clasen [Sun, 9 Sep 2007 20:18:24 +0000 (20:18 +0000)]
Update the documentation to mark the optional constructors parameters. The

2007-09-09  Matthias Clasen  <mclasen@redhat.com>

        * gtk/gtkaction.c:
        * gtk/gtkradioaction.c:
        * gtk/gtkrecentaction.c:
        * gtk/gtktoggleaction.c: Update the documentation to mark
        the optional constructors parameters. The GtkAction::name
        property is required, instead, as it is used by GtkUIManager
        to find the action object from the XML. (#450032, Murray Cumming,
        patch by Emmanuele Bassi)

svn path=/trunk/; revision=18773

18 years agoInclude config.h first. (#467719)
Matthias Clasen [Sun, 9 Sep 2007 20:13:58 +0000 (20:13 +0000)]
Include config.h first. (#467719)

2007-09-09  Matthias Clasen  <mclasen@redhat.com>

        * modules/printbackends/lpr/gtkprintbackendlpr.c:
        * modules/printbackends/cups/gtkcupsutils.c:
        * modules/printbackends/cups/gtkprintbackendcups.c: Include
        config.h first.  (#467719)

svn path=/trunk/; revision=18772

18 years agoRemove trailing commas from enumerations, since some compilers don't like
Matthias Clasen [Sun, 9 Sep 2007 20:08:31 +0000 (20:08 +0000)]
Remove trailing commas from enumerations, since some compilers don't like

2007-09-09  Matthias Clasen  <mclasen@redhat.com>

        * gtk/gtklinkbutton.c:
        * gtk/gtkrecentfilter.c:
        * gtk/gtkprinteroptionwidget.c: Remove trailing commas from
        enumerations, since some compilers don't like them.  (#467717)

svn path=/trunk/; revision=18771

18 years agoDon't assume that a path of depth 0 has no indices. (#467324, Szilard
Matthias Clasen [Sun, 9 Sep 2007 19:48:22 +0000 (19:48 +0000)]
Don't assume that a path of depth 0 has no indices. (#467324, Szilard

2007-09-09  Matthias Clasen  <mclasen@redhat.com>

        * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_rows_reordered):
        * gtk/gtktreemodelsort.c (gtk_tree_model_sort_rows_reordered): Don't
        assume that a path of depth 0 has no indices.  (#467324, Szilard
        Pfeiffer)

svn path=/trunk/; revision=18770

18 years agofix invalid list node accesses, spotted by Benjamin Berg, bug #475158.
18:22:28 Tim Janik [Sun, 9 Sep 2007 16:24:34 +0000 (16:24 +0000)]
fix invalid list node accesses, spotted by Benjamin Berg, bug #475158.

2007-09-09 18:22:28  Tim Janik  <timj@gtk.org>

        * gdk/x11/gdkgeometry-x11.c (_gdk_window_process_expose): fix invalid
        list node accesses, spotted by Benjamin Berg, bug #475158.

svn path=/trunk/; revision=18769

18 years agoReverted r16699:
Kristian Rietveld [Sun, 9 Sep 2007 15:17:43 +0000 (15:17 +0000)]
Reverted r16699:

2007-09-09  Kristian Rietveld  <kris@gtk.org>

Reverted r16699:

2006-10-30  Kristian Rietveld  <kris@gtk.org>

* gtk/gtktreeview.c (gtk_tree_view_class_init): change left/right
keybindings to collapse/expand rows instead of moving the focus
cursor. (#105895, Brian Bober and others).

svn path=/trunk/; revision=18768

18 years agoUpdates
Matthias Clasen [Sun, 9 Sep 2007 05:30:17 +0000 (05:30 +0000)]
Updates

svn path=/trunk/; revision=18767

18 years agoAdd a note about bug 463772
Matthias Clasen [Sun, 9 Sep 2007 04:31:20 +0000 (04:31 +0000)]
Add a note about bug 463772

svn path=/trunk/; revision=18766

18 years agoRevert the clamping of cursor coordinates, since it causes really ugly
Matthias Clasen [Sun, 9 Sep 2007 02:15:13 +0000 (02:15 +0000)]
Revert the clamping of cursor coordinates, since it causes really ugly

2007-09-08  Matthias Clasen  <mclasen@redhat.com>

        * gtk/gtkstyle.c (draw_insertion_cursor): Revert the clamping
        of cursor coordinates, since it causes really ugly drawing
        artifacts with horizontal scrolling.  (#471215, Yevgen Muntyan)

svn path=/trunk/; revision=18765

18 years ago2007-09-08 Jovan Naumovski <jovanna@svn.gnome.org> *mk.po: Updated Macedonian transla...
Jovan Naumovski [Sat, 8 Sep 2007 17:06:30 +0000 (17:06 +0000)]
2007-09-08 Jovan Naumovski <jovanna@svn.gnome.org> *mk.po: Updated Macedonian translation.

svn path=/trunk/; revision=18764

18 years agoFixed some typos in Basque translation.
Inaki Larranaga Murgoitio [Sat, 8 Sep 2007 16:56:12 +0000 (16:56 +0000)]
Fixed some typos in Basque translation.

2007-09-08  Inaki Larranaga Murgoitio  <dooteo@zundan.com>

        * eu.po: Fixed some typos in Basque translation.

svn path=/trunk/; revision=18763

18 years ago2007-09-08 Jovan Naumovski <jovanna@svn.gnome.org> *mk.po: Updated Macedonian transla...
Jovan Naumovski [Sat, 8 Sep 2007 16:21:23 +0000 (16:21 +0000)]
2007-09-08 Jovan Naumovski <jovanna@svn.gnome.org> *mk.po: Updated Macedonian translation.

svn path=/trunk/; revision=18762

18 years agoApply a number of patches by Xan Lopez to improve the interaction between
Matthias Clasen [Sat, 8 Sep 2007 05:38:58 +0000 (05:38 +0000)]
Apply a number of patches by Xan Lopez to improve the interaction between

2007-09-08  Matthias Clasen  <mclasen@redhat.com>

        * gtk/gtkentrycompletion.c:
        * gtk/gtkentry.c: Apply a number of patches by Xan Lopez
        to improve the interaction between actions and inline
        selection.  (#471132)

svn path=/trunk/; revision=18761

18 years agoUse g_slice for ToolbarContent. (#474696, Christian Persch)
Matthias Clasen [Sat, 8 Sep 2007 05:23:12 +0000 (05:23 +0000)]
Use g_slice for ToolbarContent. (#474696, Christian Persch)

2007-09-07  Matthias Clasen  <mclasen@redhat.com>

        * gtk/gtktoolbar.c: Use g_slice for ToolbarContent.
        (#474696, Christian Persch)

svn path=/trunk/; revision=18760

18 years agoFix some possible crashes. (#468832, Michal Luczaj)
Matthias Clasen [Sat, 8 Sep 2007 05:16:03 +0000 (05:16 +0000)]
Fix some possible crashes. (#468832, Michal Luczaj)

2007-09-08  Matthias Clasen  <mclasen@redhat.com>

        * io-ani.c: Fix some possible crashes.  (#468832, Michal Luczaj)

svn path=/trunk/; revision=18759

18 years agoUpdated Russian translation
Nickolay V. Shmyrev [Fri, 7 Sep 2007 20:15:12 +0000 (20:15 +0000)]
Updated Russian translation

2007-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>

* ru.po: Updated Russian translation

svn path=/trunk/; revision=18758

18 years agoAdd an internal child name for the notebook, so that GtkBuilder can be
Matthias Clasen [Fri, 7 Sep 2007 20:03:22 +0000 (20:03 +0000)]
Add an internal child name for the notebook, so that GtkBuilder can be

2007-09-07  Matthias Clasen  <mclasen@redhat.com>

        * gtk/gtkprintunixdialog.c: Add an internal child name for
        the notebook, so that GtkBuilder can be used to add custom tabs.
        (#472951, Christian Persch)

svn path=/trunk/; revision=18757

18 years agoDon't use image->attach_points where image->n_attach_points was meant.
Matthias Clasen [Fri, 7 Sep 2007 19:57:33 +0000 (19:57 +0000)]
Don't use image->attach_points where image->n_attach_points was meant.

2007-09-07  Matthias Clasen  <mclasen@redhat.com>

        * gtk/updateiconcache.c (get_image_meta_data_size): Don't
        use image->attach_points where image->n_attach_points was meant.
        Pointed out by Albert Chin.

svn path=/trunk/; revision=18756

18 years agoFix typo that broke the build.
Wouter Bolsterlee [Fri, 7 Sep 2007 19:25:13 +0000 (19:25 +0000)]
Fix typo that broke the build.

2007-09-07  Wouter Bolsterlee  <wbolster@svn.gnome.org>

* modules/printbackends/cups/gtkcupsutils.c:
(_post_send): Fix typo that broke the build.

svn path=/trunk/; revision=18755

18 years agoUpdated Russian translation
Nickolay V. Shmyrev [Fri, 7 Sep 2007 19:07:06 +0000 (19:07 +0000)]
Updated Russian translation

2007-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>

* ru.po: Updated Russian translation

svn path=/trunk/; revision=18754

18 years agoCheck for the cups function httpGetAuthString().
Matthias Clasen [Fri, 7 Sep 2007 18:32:36 +0000 (18:32 +0000)]
Check for the cups function httpGetAuthString().

2007-09-07  Matthias Clasen  <mclasen@redhat.com>

        * configure.in: Check for the cups function httpGetAuthString().

        * modules/printbackends/cups/gtkcupsutils.c: Use httpGetAuthString()
        if available.  (#467414, Claudio Saavedra)

svn path=/trunk/; revision=18753

18 years agoUpdated Oriya Translation
Subhransu Behera [Fri, 7 Sep 2007 14:46:22 +0000 (14:46 +0000)]
Updated Oriya Translation

svn path=/trunk/; revision=18752

18 years agoUpdated Brazilian Portuguese translation
Raphael Higino [Fri, 7 Sep 2007 14:19:18 +0000 (14:19 +0000)]
Updated Brazilian Portuguese translation

svn path=/trunk/; revision=18751

18 years agoUpdated Malayalam (ml) Translation
Ani Peter [Fri, 7 Sep 2007 12:27:09 +0000 (12:27 +0000)]
Updated Malayalam (ml) Translation

svn path=/trunk/; revision=18750

18 years agoUpdated Malayalam (ml) Translation
Ani Peter [Fri, 7 Sep 2007 12:26:55 +0000 (12:26 +0000)]
Updated Malayalam (ml) Translation

svn path=/trunk/; revision=18749

18 years agoUpdate Ukrainian translation.
Maxim Dziumanenko [Fri, 7 Sep 2007 11:43:05 +0000 (11:43 +0000)]
Update Ukrainian translation.

2007-09-07 Maxim Dziumanenko <dziumanenko@gmail.com>

* Update Ukrainian translation.

svn path=/trunk/; revision=18748

18 years agoimplement missing get_cells method. (Spotted by Paolo Borelli).
Kristian Rietveld [Fri, 7 Sep 2007 11:02:04 +0000 (11:02 +0000)]
implement missing get_cells method. (Spotted by Paolo Borelli).

2007-09-07  Kristian Rietveld  <kris@gtk.org>

* gtk/gtkcombobox.c (gtk_combo_box_cell_layout_init),
(gtk_combo_box_cell_layout_get_cells): implement missing get_cells
method.  (Spotted by Paolo Borelli).

svn path=/trunk/; revision=18747

18 years agoFix a crash
Matthias Clasen [Fri, 7 Sep 2007 05:45:41 +0000 (05:45 +0000)]
Fix a crash

svn path=/trunk/; revision=18746

18 years agoUpdated Malayalam (ml) Translation
Ani Peter [Fri, 7 Sep 2007 05:24:21 +0000 (05:24 +0000)]
Updated Malayalam (ml) Translation

svn path=/trunk/; revision=18745

18 years agoUpdated Malayalam (ml) Translation
Ani Peter [Fri, 7 Sep 2007 05:24:06 +0000 (05:24 +0000)]
Updated Malayalam (ml) Translation

svn path=/trunk/; revision=18744

18 years agoCheck for cups.h
Matthias Clasen [Fri, 7 Sep 2007 03:59:33 +0000 (03:59 +0000)]
Check for cups.h

svn path=/trunk/; revision=18743

18 years agoAllow dest to be NULL. (#464528, Xan Lopez)
Matthias Clasen [Fri, 7 Sep 2007 03:53:23 +0000 (03:53 +0000)]
Allow dest to be NULL. (#464528, Xan Lopez)

2007-09-06  Matthias Clasen  <mclasen@redhat.com>

        * gdk/gdkrectangle.c (gdk_rectangle_intersect): Allow
        dest to be NULL.  (#464528, Xan Lopez)

svn path=/trunk/; revision=18742

18 years agoRemove references to deprecated functions. (#460207, Guillaume Cottenceau)
Matthias Clasen [Fri, 7 Sep 2007 03:18:53 +0000 (03:18 +0000)]
Remove references to deprecated functions. (#460207, Guillaume Cottenceau)

2007-09-06  Matthias Clasen  <mclasen@redhat.com>

        * gdk-pixbuf/porting-from-imlib.sgml:
        * gdk/tmpl/rgb.sgml: Remove references to deprecated
        functions.  (#460207, Guillaume Cottenceau)

svn path=/trunk/; revision=18741

18 years agocorrect an example
Matthias Clasen [Fri, 7 Sep 2007 03:07:18 +0000 (03:07 +0000)]
correct an example

svn path=/trunk/; revision=18740

18 years agoUpdated Serbian translation
Goran Rakic [Thu, 6 Sep 2007 20:21:39 +0000 (20:21 +0000)]
Updated Serbian translation

svn path=/trunk/; revision=18739

18 years agoInitialize error to NULL before calling g_set_error(). Should fix #473954,
Matthias Clasen [Thu, 6 Sep 2007 19:15:37 +0000 (19:15 +0000)]
Initialize error to NULL before calling g_set_error(). Should fix #473954,

2007-09-06 Matthias Clasen  <mclasen@redhat.com>

        * gtk/gtkfilechooserdefault.c (shortcuts_drop_uris): Initialize
        error to NULL before calling g_set_error(). Should fix #473954,
        reported by Sebastien Bacher.

svn path=/trunk/; revision=18738

18 years agoTranslation updated by Tino Meinen.
Vincent van Adrighem [Thu, 6 Sep 2007 18:26:59 +0000 (18:26 +0000)]
Translation updated by Tino Meinen.

2007-09-06  Vincent van Adrighem  <adrighem@gnome.org>

* nl.po: Translation updated by Tino Meinen.

svn path=/trunk/; revision=18737

18 years agoTranslation updated by Tino Meinen.
Vincent van Adrighem [Thu, 6 Sep 2007 18:25:11 +0000 (18:25 +0000)]
Translation updated by Tino Meinen.

2007-09-06  Vincent van Adrighem  <adrighem@gnome.org>

* nl.po: Translation updated by Tino Meinen.

svn path=/trunk/; revision=18736

18 years agoupdating for Punjabi
Amanpreet Singh Alam [Thu, 6 Sep 2007 17:36:26 +0000 (17:36 +0000)]
updating for Punjabi

svn path=/trunk/; revision=18735

18 years agoupdating for Punjabi
Amanpreet Singh Alam [Thu, 6 Sep 2007 14:03:03 +0000 (14:03 +0000)]
updating for Punjabi

svn path=/trunk/; revision=18734

18 years agoEstonian translation updates by Ivar Smolin
Priit Laes [Thu, 6 Sep 2007 14:01:19 +0000 (14:01 +0000)]
Estonian translation updates by Ivar Smolin

2007-09-06  Priit Laes  <plaes@svn.gnome.org>

* et.po: Estonian translation updates by Ivar Smolin

svn path=/trunk/; revision=18733

18 years agoUpdated Malayalam (ml) Translation
Ani Peter [Thu, 6 Sep 2007 12:36:42 +0000 (12:36 +0000)]
Updated Malayalam (ml) Translation

svn path=/trunk/; revision=18732

18 years agoUpdated Malayalam (ml) Translation
Ani Peter [Thu, 6 Sep 2007 12:36:23 +0000 (12:36 +0000)]
Updated Malayalam (ml) Translation

svn path=/trunk/; revision=18731

18 years agoremoved code that forced range repaints upon every motion event, because
13:37:28 Tim Janik [Thu, 6 Sep 2007 11:44:22 +0000 (11:44 +0000)]
removed code that forced range repaints upon every motion event, because

2007-09-06 13:37:28  Tim Janik  <timj@imendio.com>

        * gtk/gtkrange.c (gtk_range_adjustment_value_changed): removed code
        that forced range repaints upon every motion event, because these tend
        to stall other repaints on busy CPUs.
        added a timer to still force repaints every once in a while (roughly
        5Hz atm) to avoid leaving the user without feedback on the range.
        fixes bug #460534.

svn path=/trunk/; revision=18730

18 years agos/gtk_widget_[un]ref/g_object_[un]ref/g
Michael Natterer [Thu, 6 Sep 2007 10:46:54 +0000 (10:46 +0000)]
s/gtk_widget_[un]ref/g_object_[un]ref/g

2007-09-06  Michael Natterer  <mitch@imendio.com>

* demos/gtk-demo/panes.c: s/gtk_widget_[un]ref/g_object_[un]ref/g

svn path=/trunk/; revision=18729

18 years agoUpdated Thai translation.
Theppitak Karoonboonyanan [Thu, 6 Sep 2007 08:16:50 +0000 (08:16 +0000)]
Updated Thai translation.

* th.po: Updated Thai translation.

svn path=/trunk/; revision=18728

18 years agoPatch from William Pitcock: Ungrab windows if necessary when they are
Richard Hult [Thu, 6 Sep 2007 08:16:40 +0000 (08:16 +0000)]
Patch from William Pitcock: Ungrab windows if necessary when they are

2007-09-06  Richard Hult  <richard@imendio.com>

* gdk/quartz/gdkwindow-quartz.c (_gdk_windowing_window_destroy):
Patch from William Pitcock: Ungrab windows if necessary when they
are destroyed, fixes bug #473441.

svn path=/trunk/; revision=18727

18 years agoUpdate some more.
Kjartan Maraas [Wed, 5 Sep 2007 18:51:46 +0000 (18:51 +0000)]
Update some more.

2007-09-05  Kjartan Maraas  <kmaraas@gnome.org>

* nb.po: Update some more.

svn path=/trunk/; revision=18726

18 years agofix wrong default value in ::tab-expand param spec constructor.
Tim Janik [Wed, 5 Sep 2007 12:17:39 +0000 (12:17 +0000)]
fix wrong default value in ::tab-expand param spec constructor.

Wed Sep  5 14:15:17 2007  Tim Janik  <timj@imendio.com>

        * gtk/gtknotebook.c (gtk_notebook_class_init): fix wrong default value
        in ::tab-expand param spec constructor.

svn path=/trunk/; revision=18725

18 years agoUpdated Norwegian bokmål translation.
Kjartan Maraas [Wed, 5 Sep 2007 11:37:12 +0000 (11:37 +0000)]
Updated Norwegian bokmål translation.

2007-09-05  Kjartan Maraas  <kmaraas@gnome.org>

* nb.po: Updated Norwegian bokmål translation.

svn path=/trunk/; revision=18724

18 years ago2007-09-04 Jovan Naumovski <jovanna@svn.gnome.org> *mk.po: Updated Macedonian transla...
Jovan Naumovski [Tue, 4 Sep 2007 15:02:07 +0000 (15:02 +0000)]
2007-09-04 Jovan Naumovski <jovanna@svn.gnome.org> *mk.po: Updated Macedonian translation.

svn path=/trunk/; revision=18723

18 years agocopy filename to builder->priv instead of holding a reference to it. Bug
Fernando Herrera [Tue, 4 Sep 2007 12:36:24 +0000 (12:36 +0000)]
copy filename to builder->priv instead of holding a reference to it. Bug

2007-09-04  Fernando Herrera  <fherrera@onirica.com>

        * gtk/gtkbuilder.c: (gtk_builder_finalize),
        (gtk_builder_add_from_file): copy filename to builder->priv instead of
        holding a reference to it. Bug #472643

svn path=/trunk/; revision=18722

18 years agoDo not iterate recursively over all child nodes.
Johan Dahlin [Tue, 4 Sep 2007 12:19:37 +0000 (12:19 +0000)]
Do not iterate recursively over all child nodes.

2007-09-04  Johan Dahlin  <jdahlin@async.com.br>

    * gtk/gtk-builder-convert (GtkBuilder._packing_prop_to_child_attr):
    Do not iterate recursively over all child nodes.
    (GtkBuilderConverter._default_widget_converter): Use a more efficient
    way of iterating over all property nodes
    #472974 (Carlos Garnacho)

svn path=/trunk/; revision=18721

18 years agoadded missing \n to g_print() in GTK_NOTE().
Michael Natterer [Tue, 4 Sep 2007 12:04:07 +0000 (12:04 +0000)]
added missing \n to g_print() in GTK_NOTE().

2007-09-04  Michael Natterer  <mitch@imendio.com>

* gtk/gtkmodules.c: added missing \n to g_print() in GTK_NOTE().

svn path=/trunk/; revision=18720

18 years agoDo not remove empty properties, since we do not know the default
Johan Dahlin [Tue, 4 Sep 2007 11:53:18 +0000 (11:53 +0000)]
Do not remove empty properties, since we do not know the default

2007-09-04  Johan Dahlin  <jdahlin@async.com.br>

    * gtk/gtk-builder-convert (GtkBuilderConverter._parse): Do not remove
    empty properties, since we do not know the default GParamSpec values.
    #472981 (Carlos Garnacho)

svn path=/trunk/; revision=18719

18 years agoRemove duplicate gtk_print_operation_get_error(). (#473340, Yeti)
Behdad Esfahbod [Mon, 3 Sep 2007 21:59:49 +0000 (21:59 +0000)]
Remove duplicate gtk_print_operation_get_error(). (#473340, Yeti)

2007-09-03  Behdad Esfahbod  <behdad@gnome.org>

        * gtk/gtk-sections.txt: Remove duplicate
        gtk_print_operation_get_error().  (#473340, Yeti)

svn path=/trunk/; revision=18718

18 years ago2007-09-03 vi.po Updated Vietnamese translation
Clytie Siddall [Mon, 3 Sep 2007 13:43:39 +0000 (13:43 +0000)]
2007-09-03    vi.po    Updated Vietnamese translation

Clytie Siddall <clytie@riverland.net.au>

svn path=/trunk/; revision=18717

18 years ago2007-09-03 vi.po Updated Vietnamese translation
Clytie Siddall [Mon, 3 Sep 2007 13:36:37 +0000 (13:36 +0000)]
2007-09-03    vi.po    Updated Vietnamese translation

Clytie Siddall <clytie@riverland.net.au>

svn path=/trunk/; revision=18716

18 years agoUpdated French translation
Stéphane Raimbault [Mon, 3 Sep 2007 10:20:11 +0000 (10:20 +0000)]
Updated French translation

svn path=/trunk/; revision=18715

18 years agoUpdated French translation.
Stéphane Raimbault [Mon, 3 Sep 2007 10:07:42 +0000 (10:07 +0000)]
Updated French translation.

svn path=/trunk/; revision=18714

18 years agoRemove the stat() time barrier, as it seems to cause bug #463907 (thanks
Emmanuele Bassi [Mon, 3 Sep 2007 09:49:59 +0000 (09:49 +0000)]
Remove the stat() time barrier, as it seems to cause bug #463907 (thanks

2007-09-03  Emmanuele Bassi  <ebassi@gnome.org>

* gtk/gtkrecentmanager.c
(gtk_recent_manager_poll_timeout): Remove the stat() time barrier,
as it seems to cause bug #463907 (thanks to Sebastien Bacher).

svn path=/trunk/; revision=18713

18 years agoEstonian translation updates by Ivar Smolin
Priit Laes [Mon, 3 Sep 2007 08:08:16 +0000 (08:08 +0000)]
Estonian translation updates by Ivar Smolin

2007-09-03  Priit Laes  <plaes@svn.gnome.org>

* et.po: Estonian translation updates by Ivar Smolin

svn path=/trunk/; revision=18712

18 years agoUpdated Occitan translation
Yannig MARCHEGAY [Sat, 1 Sep 2007 20:19:16 +0000 (20:19 +0000)]
Updated Occitan translation

svn path=/trunk/; revision=18711

18 years agoUpdated Danish translation
Kenneth Nielsen [Sat, 1 Sep 2007 18:07:57 +0000 (18:07 +0000)]
Updated Danish translation

svn path=/trunk/; revision=18710

18 years agoRevert the previous change as it broke the build (missing po file in
Richard Hult [Fri, 31 Aug 2007 20:30:20 +0000 (20:30 +0000)]
Revert the previous change as it broke the build (missing po file in

2007-08-31  Richard Hult  <richard@imendio.com>

* configure.in: Revert the previous change as it broke the build
(missing po file in po-properties).

svn path=/trunk/; revision=18709

18 years agoAdded Kannada to list of languages in ALL_LINGUAS
Pramod Raghavendra [Fri, 31 Aug 2007 11:12:31 +0000 (11:12 +0000)]
Added Kannada to list of languages in ALL_LINGUAS

svn path=/trunk/; revision=18708

18 years agoAdded Kannada to list of languages in ALL_LINGUAS
Pramod Raghavendra [Fri, 31 Aug 2007 11:12:15 +0000 (11:12 +0000)]
Added Kannada to list of languages in ALL_LINGUAS

svn path=/trunk/; revision=18707

18 years agoUpdated kn translations
Pramod Raghavendra [Fri, 31 Aug 2007 11:11:37 +0000 (11:11 +0000)]
Updated kn translations

svn path=/trunk/; revision=18706

18 years agoUpdated kn translations
Pramod Raghavendra [Fri, 31 Aug 2007 11:11:19 +0000 (11:11 +0000)]
Updated kn translations

svn path=/trunk/; revision=18705

18 years agoImplement those. Based on patch from Stefan Gehn, bug #459459.
Richard Hult [Thu, 30 Aug 2007 09:01:12 +0000 (09:01 +0000)]
Implement those. Based on patch from Stefan Gehn, bug #459459.

2007-08-30  Richard Hult  <richard@imendio.com>

* gdk/quartz/gdkwindow-quartz.c: (gdk_window_set_decorations,
gdk_window_get_decorations): Implement those. Based on patch from
Stefan Gehn, bug #459459.

svn path=/trunk/; revision=18704

18 years agoPatch from Stefan Gehn to implement those, bug #459667.
Richard Hult [Thu, 30 Aug 2007 08:21:32 +0000 (08:21 +0000)]
Patch from Stefan Gehn to implement those, bug #459667.

2007-08-30  Richard Hult  <richard@imendio.com>

* gdk/quartz/gdkwindow-quartz.c: (gdk_window_set_keep_above,
gdk_window_set_keep_below): Patch from Stefan Gehn to implement
those, bug #459667.

svn path=/trunk/; revision=18703

18 years agoPatch from Stefan Gehn to implement copying from a pixmap, bug #348493.
Richard Hult [Thu, 30 Aug 2007 07:57:25 +0000 (07:57 +0000)]
Patch from Stefan Gehn to implement copying from a pixmap, bug #348493.

2007-08-30  Richard Hult  <richard@imendio.com>

* gdk/quartz/gdkimage-quartz.c: (_gdk_quartz_image_copy_to_image):
Patch from Stefan Gehn to implement copying from a pixmap, bug
#348493.

svn path=/trunk/; revision=18702

18 years agolower the default timeout values for gtk-tooltip-timeout and
Kristian Rietveld [Wed, 29 Aug 2007 12:01:15 +0000 (12:01 +0000)]
lower the default timeout values for gtk-tooltip-timeout and

2007-08-29  Kristian Rietveld  <kris@imendio.com>

* gtk/gtksettings.c: lower the default timeout values for
gtk-tooltip-timeout and gtk-tooltip-browse-timeout. (#451202,
Richard Hult).

svn path=/trunk/; revision=18701

18 years agoUpdated Bulgarian translation by Alexander Shopov <ash@contact.bg>
Alexander Shopov [Wed, 29 Aug 2007 05:49:27 +0000 (05:49 +0000)]
Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>

2007-08-29  Alexander Shopov  <ash@contact.bg>

* bg.po: Updated Bulgarian translation by
Alexander Shopov <ash@contact.bg>

svn path=/trunk/; revision=18700

18 years agoUpdated Brazilian Portuguese translation
Raphael Higino [Wed, 29 Aug 2007 02:46:59 +0000 (02:46 +0000)]
Updated Brazilian Portuguese translation

svn path=/trunk/; revision=18699

18 years agoUpdated Occitan translation
Yannig MARCHEGAY [Tue, 28 Aug 2007 18:45:29 +0000 (18:45 +0000)]
Updated Occitan translation

svn path=/trunk/; revision=18696

18 years agoUpdated Occitan translation
Yannig MARCHEGAY [Tue, 28 Aug 2007 18:43:30 +0000 (18:43 +0000)]
Updated Occitan translation

svn path=/trunk/; revision=18695

18 years agofix X serial handling to cope with wraparounds and maintain referential
Tim Janik [Tue, 28 Aug 2007 15:26:23 +0000 (15:26 +0000)]
fix X serial handling to cope with wraparounds and maintain referential

Thu Aug 23 15:32:09 2007  Tim Janik  <timj@imendio.com>

* gdk/x11/gdkgeometry-x11.c (_gdk_window_process_expose): fix
X serial handling to cope with wraparounds and maintain referential
integrity when removing list nodes. based on a patch by Hui Wang,
fixes #461648.

svn path=/trunk/; revision=18693

18 years agoUpdate menu accelerators, when adding/removing AccelGroups dynamically.
Stefan Kost [Mon, 27 Aug 2007 17:46:53 +0000 (17:46 +0000)]
Update menu accelerators, when adding/removing AccelGroups dynamically.

* gtk/gtkwindow.c: Update menu accelerators, when adding/removing
AccelGroups dynamically. (#469374)

svn path=/trunk/; revision=18691

18 years agoCorrect draw_box() function to check detail for "notebook". This fixes a
Cody Russell [Mon, 27 Aug 2007 16:27:38 +0000 (16:27 +0000)]
Correct draw_box() function to check detail for "notebook". This fixes a

2007-08-27  Cody Russell  <bratsche@gnome.org>

        * modules/engines/ms-windows/msw_style.c: Correct draw_box()
        function to check detail for "notebook".  This fixes a problem
        where notebooks without visible headers were not styling
        correctly. (#470033, Daniel Atallah and Cody Russell)

svn path=/trunk/; revision=18689

18 years agoUpdated Brazilian Portuguese translation
Raphael Higino [Mon, 27 Aug 2007 13:30:49 +0000 (13:30 +0000)]
Updated Brazilian Portuguese translation

svn path=/trunk/; revision=18688

18 years agoUpdated Bulgarian translation by Alexander Shopov <ash@contact.bg>
Alexander Shopov [Sun, 26 Aug 2007 21:08:18 +0000 (21:08 +0000)]
Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>

2007-08-27  Alexander Shopov  <ash@contact.bg>

* bg.po: Updated Bulgarian translation by
Alexander Shopov <ash@contact.bg>

svn path=/trunk/; revision=18687

18 years agoTranslation updated.
Gabor Kelemen [Sat, 25 Aug 2007 21:31:45 +0000 (21:31 +0000)]
Translation updated.

2007-08-25 Gabor Kelemen  <kelemeng@gnome.hu>

* hu.po: Translation updated.

svn path=/trunk/; revision=18686

18 years agoTranslation updated.
Gabor Kelemen [Sat, 25 Aug 2007 20:40:17 +0000 (20:40 +0000)]
Translation updated.

2007-08-25 Gabor Kelemen  <kelemeng@gnome.hu>

* hu.po: Translation updated.

svn path=/trunk/; revision=18685

18 years agoFormatting my ChangeLog entry as mitch asked
Cody Russell [Fri, 24 Aug 2007 15:20:53 +0000 (15:20 +0000)]
Formatting my ChangeLog entry as mitch asked

svn path=/trunk/; revision=18684

18 years agoUpdated Danish translation
Kenneth Nielsen [Fri, 24 Aug 2007 01:04:58 +0000 (01:04 +0000)]
Updated Danish translation

svn path=/trunk/; revision=18683

18 years agoUpdated Polish translation by GNOME PL Team.
Artur Flinta [Thu, 23 Aug 2007 16:49:32 +0000 (16:49 +0000)]
Updated Polish translation by GNOME PL Team.

2007-08-23  Artur Flinta  <aflinta@svn.gnome.org>

* pl.po: Updated Polish translation by GNOME PL Team.

svn path=/trunk/; revision=18682

18 years agoUse the correct type check on `window'. We now check GTK_IS_WINDOW rather
Cody Russell [Thu, 23 Aug 2007 16:00:10 +0000 (16:00 +0000)]
Use the correct type check on `window'. We now check GTK_IS_WINDOW rather

2007-08-23  Cody Russell  <bratsche@gnome.org>
        * gtk/gtkwindow.c (gtk_window_group_remove_window: Use the
        correct type check on `window'.  We now check GTK_IS_WINDOW
        rather than GTK_IS_WIDGET. (#461483, Josselin Mouette)

svn path=/trunk/; revision=18681

18 years agoFix make dist failure by changing README.cvs-commits to README.commits.
Cody Russell [Thu, 23 Aug 2007 15:54:41 +0000 (15:54 +0000)]
Fix make dist failure by changing README.cvs-commits to README.commits.

2007-08-23  Cody Russell  <bratsche@gnome.org>

        * Makefile.am: Fix make dist failure by changing
        README.cvs-commits to README.commits. (#469395, Frederic Peters)

svn path=/trunk/; revision=18680

18 years agoChange references to README.cvs-commits so they say README.commits.
Cody Russell [Thu, 23 Aug 2007 15:52:59 +0000 (15:52 +0000)]
Change references to README.cvs-commits so they say README.commits.

2007-08-23  Cody Russell  <bratsche@gnome.org>

        * HACKING: Change references to README.cvs-commits so they say
        README.commits.

svn path=/trunk/; revision=18679

18 years agoDuplicate the string returned by d[n]gettext before it is potentially
Jan Arne Petersen [Thu, 23 Aug 2007 15:29:59 +0000 (15:29 +0000)]
Duplicate the string returned by d[n]gettext before it is potentially

2007-08-23  Jan Arne Petersen  <jpetersen@jpetersen.org>

* gtk/gtkbuilderparser.c: (text): Duplicate the string returned by
d[n]gettext before it is potentially freed. (#461945)

svn path=/trunk/; revision=18678

18 years agoCheck if we are still holding the model before updating it; removes a set
Emmanuele Bassi [Thu, 23 Aug 2007 10:48:28 +0000 (10:48 +0000)]
Check if we are still holding the model before updating it; removes a set

2007-08-23  Emmanuele Bassi  <ebassi@gnome.org>

* gtkfilechooserdefault.c:
(search_hit_get_info_cb), (recent_item_get_info_cb): Check if
we are still holding the model before updating it; removes a
set of critical warnings when switching to the browse mode from
a loading search or recent files list.

(recent_clear_model), (recent_sort_model),
(recent_idle_cleanup): When in recent files mode, set the
model for the files list view when we have completed the loading
of the recently used files list. This makes switching between
modes fast again and reduces the amount of redraws needed
to display the list. (#469214)

svn path=/trunk/; revision=18677

18 years agofix transtion errors in zh_CN
Yang Zhang [Thu, 23 Aug 2007 08:36:04 +0000 (08:36 +0000)]
fix transtion errors in zh_CN

svn path=/trunk/; revision=18676

18 years agoEstonian translation updates by Ivar Smolin <okul@linux.ee>
Priit Laes [Thu, 23 Aug 2007 07:03:27 +0000 (07:03 +0000)]
Estonian translation updates by Ivar Smolin <okul@linux.ee>

2007-08-23  Priit Laes  <plaes@svn.gnome.org>

* et.po: Estonian translation updates by Ivar Smolin <okul@linux.ee>

svn path=/trunk/; revision=18675